home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / drivers / nics / 3c503 / netware / netware.bat < prev    next >
Encoding:
DOS Batch File  |  1991-12-18  |  897 b   |  59 lines

  1. echo off
  2. REM %%VER NetWare Drivers Installation Utility Program v2.0b
  3. if %mono%.==y. goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type inspropt.men
  14.  
  15. ..\install\echoxy 20 17 Select Option:
  16. ..\install\reply  
  17.  
  18. if errorlevel 60 goto inval
  19. if errorlevel 59 goto help
  20. if errorlevel 54 goto inval
  21. if errorlevel 53 goto main
  22. if errorlevel 52 goto floppy
  23. if errorlevel 51 goto insodi
  24. if errorlevel 50 goto ins386
  25. if errorlevel 49 goto ins286
  26. if errorlevel 28 goto inval
  27. if errorlevel 27 goto main
  28.  
  29. :inval
  30. ..\install\echoxy 21 17  **** Invalid key, try again. ****
  31. echo 
  32. echo 
  33. echo.
  34. netware
  35.  
  36. :help
  37. ..\install\echoxy 24 1
  38. echo.
  39. type nwupdate.hlp
  40. pause
  41. netware
  42.  
  43. :main
  44. cd ..
  45. menu
  46.  
  47. :ins286
  48. nw286ins
  49.  
  50. :ins386
  51. nw386ins
  52.  
  53. :insodi
  54. nwodiins
  55.  
  56. :floppy
  57. flopyins
  58. 
  59.